Skip to content

chore: 🐝 Update SDK - Generate 0.13.0#66

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1765243467
Open

chore: 🐝 Update SDK - Generate 0.13.0#66
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1765243467

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 9, 2025

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Java SDK Changes:

  • workflows.campaign.updateCampaign(): request Changed (Breaking ⚠️)
  • workflows.campaign.updateCampaignsJob():
    • request.input[] Changed (Breaking ⚠️)
  • workflows.adGroup.createAdGroup():
    • request.advancedInput Changed
  • workflows.adGroup.updateAdGroup():
    • request.advancedInput Changed
  • workflows.adGroup.createAdGroupsJob():
    • request.input[].advancedInput Changed
  • workflows.adGroup.updateAdGroupsJob():
    • request.input[].advancedInput Changed
  • workflows.campaign.create(): request Changed
  • workflows.campaign.createCampaignsJob():
    • request.input[] Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Components
  ├──[-] schemas (2090:13)❌ 
  ├──[+] schemas (1981:7)
  ├──[+] schemas (2439:7)
  ├──[+] schemas (1768:7)
  ├──[+] schemas (1441:7)
  ├──[+] schemas (2685:7)
  ├─┬CampaignCreateWorkflowPassThroughFeeCardInput
  │ └─┬startDateUtc
  │   └──[+] nullable (1844:21)❌ 
  ├─┬CampaignCreateWorkflowAdGroupAdvancedInput
  │ ├──[+] properties (1698:9)
  │ ├──[+] properties (1700:9)
  │ ├─┬newFrequencyConfigs
  │ │ ├──[-] items (1662:25)❌ 
  │ │ └──[🔀] type (1689:17)❌ 
  │ ├─┬nielsenTrackingAttributes
  │ │ └──[🔀] $ref (1470:13)❌ 
  │ ├─┬koaOptimizationSettings
  │ │ └──[🔀] $ref (1686:11)❌ 
  │ └─┬isUseClicksAsConversionsEnabled
  │   └──[🔀] $ref (1441:13)❌ 
  ├─┬CampaignUpdateWorkflowAdvancedInput
  │ └──[-] properties (1907:17)❌ 
  ├─┬AdGroupWorkflowAdvancedInput
  │ ├──[+] properties (1296:9)
  │ ├──[+] properties (1298:9)
  │ ├─┬koaOptimizationSettings
  │ │ └──[🔀] $ref (1284:11)❌ 
  │ ├─┬nielsenTrackingAttributes
  │ │ └──[🔀] $ref (1470:13)❌ 
  │ ├─┬newFrequencyConfigs
  │ │ ├──[-] items (1294:25)❌ 
  │ │ └──[🔀] type (1287:17)❌ 
  │ └─┬isUseClicksAsConversionsEnabled
  │   └──[🔀] $ref (1441:13)❌ 
  ├─┬CampaignCreateWorkflowAdvancedInput
  │ ├──[+] properties (1761:9)
  │ ├─┬includeDefaultsFromAdvertiser
  │ │ ├──[+] items (1764:13)❌ 
  │ │ ├──[🔀] type (1762:17)❌ 
  │ │ └──[+] nullable (1765:21)❌ 
  │ ├─┬purchaseOrderNumber
  │ │ └──[🔀] $ref (1838:9)❌ 
  │ └─┬passThroughFeeCard
  │   └──[🔀] $ref (1755:11)❌ 
  ├─┬CampaignCreateWorkflowPrimaryInput
  │ └─┬budget
  │   └──[🔀] $ref (1769:9)❌ 
  ├─┬CampaignWorkflowCampaignConversionReportingColumnInput
  │ ├──[+] properties (2178:9)
  │ ├─┬reportingColumnId
  │ │ └──[🔀] $ref (2686:9)❌ 
  │ ├─┬weight
  │ │ ├──[🔀] type (2170:17)❌ 
  │ │ ├──[+] minLength (2169:22)❌ 
  │ │ ├──[-] format (2132:29)❌ 
  │ │ └──[-] nullable (2133:31)❌ 
  │ └─┬trackingTagId
  │   ├──[🔀] type (2174:17)❌ 
  │   ├──[-] minLength (2121:32)❌ 
  │   └──[+] format (2175:19)❌ 
  └─┬CampaignUpdateWorkflowPrimaryInput
    └─┬budget
      └──[🔀] $ref (1982:9)❌ 
Document Element Total Changes Breaking Changes
components 39 28

View full report

Linting Report 0 errors, 15 warnings, 0 hints

View full report

JAVA CHANGELOG

constsAndDefaults: 0.1.2 - 2026-01-15

🐛 Bug Fixes

  • omit enum default when value is not in enum to prevent type errors in generated code (commit by @mfbx9da4)

core: 3.55.10 - 2026-01-29

🐛 Bug Fixes

  • avoid overwriting SubSDK comments with empty comments when same SubSDK is referenced by multiple tags (commit by @mfbx9da4)

core: 3.55.9 - 2026-01-23

🐛 Bug Fixes

  • discriminated union errors used in both successful and error response (commit by @mfbx9da4)

core: 3.55.8 - 2026-01-12

🐛 Bug Fixes

  • disabled jackson auto-detection of accessors to ensure predictable, field-driven JSON serialization (commit by @vishalg0wda)

core: 3.55.7 - 2026-01-12

🐛 Bug Fixes

  • Prevent ReDoS vulnerability report for media type matching expression (commit by @bflad)

core: 3.55.5 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 3.55.4 - 2025-11-21

🔧 Chores

  • mark setRedactedHeaders as stable (commit by @vishalg0wda)

core: 3.55.3 - 2025-11-20

🐝 New Features

globalSecurity: 2.83.2 - 2026-02-03

🐝 New Features

  • support x-speakeasy-name-override on security scheme options (commit by @tristanspeakeasy)

sdkHooks: 1.2.0 - 2025-10-15

🐝 New Features

  • expose available OAuth 2.0 scopes for use in custom hooks (commit by @2ynn)

Based on Speakeasy CLI 1.706.1

@github-actions github-actions bot added the minor Minor version bump label Dec 9, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 8 times, most recently from b66f75c to 3069269 Compare December 17, 2025 01:23
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 01dc7f1 to 258bb2a Compare December 24, 2025 01:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 3da7b7c to 886cb95 Compare December 31, 2025 01:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 7ce3bb0 to 59a5629 Compare January 7, 2026 01:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 8 times, most recently from 894dc91 to 2b9f6ca Compare January 17, 2026 01:27
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from d1ab800 to f438faf Compare January 24, 2026 01:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 7 times, most recently from 2478615 to d921745 Compare January 31, 2026 01:51
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch 5 times, most recently from 80dcb5a to d5f5d2b Compare February 5, 2026 01:58
* `workflows.campaign.updateCampaign()`:  `request` **Changed** (Breaking ⚠️)
* `workflows.campaign.updateCampaignsJob()`: 
  *  `request.input[]` **Changed** (Breaking ⚠️)
* `workflows.adGroup.createAdGroup()`: 
  *  `request.advancedInput` **Changed**
* `workflows.adGroup.updateAdGroup()`: 
  *  `request.advancedInput` **Changed**
* `workflows.adGroup.createAdGroupsJob()`: 
  *  `request.input[].advancedInput` **Changed**
* `workflows.adGroup.updateAdGroupsJob()`: 
  *  `request.input[].advancedInput` **Changed**
* `workflows.campaign.create()`:  `request` **Changed**
* `workflows.campaign.createCampaignsJob()`: 
  *  `request.input[]` **Changed**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1765243467 branch from 5a3f507 to c7e7b06 Compare February 6, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant